curl --request POST \
--url https://cloud.volttime.com/api/v3/sites/{site_uuid}/cards \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "b",
"id_token": "ngzmiyvdljnikhwa"
}'
{
"data": {
"id": "0197d5ac-7fe0-71c7-b199-37c600672a59",
"name": "Haven Romaguera",
"id_token": "eDI7xc8ZgO7KvMWYPh34",
"created_at": "2025-07-04T13:42:21.000000Z",
"updated_at": "2025-07-04T13:42:21.000000Z"
}
}
See the documentation for more information.
The response is of type object
.
curl --request POST \
--url https://cloud.volttime.com/api/v3/sites/{site_uuid}/cards \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "b",
"id_token": "ngzmiyvdljnikhwa"
}'
{
"data": {
"id": "0197d5ac-7fe0-71c7-b199-37c600672a59",
"name": "Haven Romaguera",
"id_token": "eDI7xc8ZgO7KvMWYPh34",
"created_at": "2025-07-04T13:42:21.000000Z",
"updated_at": "2025-07-04T13:42:21.000000Z"
}
}